Authorization: Bearer ********************
curl --location --request POST '/admin/agents/prepare_create' \ --form 'api_key=""' \ --form 'server_url=""'
{ "code": 0, "message": "string", "data": { "name": "string", "description": "string", "tags": [ "string" ] } }