savemerchantgame
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"game_url":"dewqewq",
"describe":"describe",
"logo":"logo",
"back_ground_image":["testr1","test2"],
"social_links":[{
"name":"discord",
"url":"test1"
}]
}
Request Code Samples
curl --location --request POST 'https://api.ambrus.studio/v2-testing/merchant/game' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_url":"dewqewq",
"describe":"describe",
"logo":"logo",
"back_ground_image":["testr1","test2"],
"social_links":[{
"name":"discord",
"url":"test1"
}]
}'
Responses
application/json Modified at 2025-03-26 08:13:33