Updates the YapCoder ID and status for a developer.
cURL
curl --request PUT \ --url http://localhost:8080/api/v1/developers/{username}/yapcoder-status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "yapcoder_id": 123 } '
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status updated successfully