标签: json curl kotlin
我尝试使用Retrofit2在kotlin中转换此cURL,但不能。
'curl -X POST \ URL_BASE\ -H 'Authorization: Bearer <your_access_token>' \ -H 'content-type: application/json' \ -d '{ “process”: “Attended”, “rauthorityId”: “<your_rauthorityId>” }'