curl --location --request POST 'https://api.ganaka.live/v1/admin/developers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "{{$lorem.word}}"
}'{
"statusCode": 0,
"message": "string",
"data": {
"id": "string",
"username": "string",
"token": "string",
"growwApiKey": null,
"growwApiSecret": null,
"createdAt": "string",
"updatedAt": "string"
}
}