create_merchant
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"merchant_name":"test",
"logo_url":"https://pink-ultimate-dove-351.mypinata.cloud/ipfs/QmQzejcXXMHebXE1M95ieMsJSzAE5ewkXK6tiL3mGaBrcu/2.png",
"description":"edqweqweqweqweqweqwe",
"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/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_name":"test",
"logo_url":"https://pink-ultimate-dove-351.mypinata.cloud/ipfs/QmQzejcXXMHebXE1M95ieMsJSzAE5ewkXK6tiL3mGaBrcu/2.png",
"description":"edqweqweqweqweqweqwe",
"back_ground_image":["testr1","test2"],
"social_links":[{
"name":"discord",
"url":"test1"
}]
}'
Responses
application/json Modified at 2025-03-21 10:27:57