X-Auth-Token: ********************
{
"merchant_no": "312100009847",
"store_no": "4424000001",
"terminal_type": "1",
"terminal_vendor": "Wiseasy",
"description": "S0000000010",
"terminal_sn": "S0000000010"
}
curl --location --request POST 'https://mgt.paycloud.africa/ims/ip/merchant/terminal/add' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token;' \
--data-raw '{
"merchant_no": "312100009847",
"store_no": "4424000001",
"terminal_type": "1",
"terminal_vendor": "Wiseasy",
"description": "S0000000010",
"terminal_sn": "S0000000010"
}'
{"code":"0","data":null,"msg":"success","psn":"07090244391932277791"}