post https://example.com/v1/stores
This request initiates the process of store creation.
Log in to see full request history
Response
This request initiates the process of store creation.
xxxxxxxxxx
curl --request POST \
--url https://example.com/v1/stores \
--header 'accept: */*' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"reference_id": "string",
"payload": "string"
}