Api-Key: ********************{
"text": "string",
"description": "string",
"shared": true,
"website": "http://example.com",
"attributes": [
{
"length": 0,
"name": "string",
"type": "string"
}
]
}curl --location --request GET 'https://api.iranpayamak.com/ws/v1/patterns/' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"description": "string",
"shared": true,
"website": "http://example.com",
"attributes": [
{
"length": 0,
"name": "string",
"type": "string"
}
]
}'{
"status": "success",
"data": "string",
"messages": "string"
}